Forum Activity for @douglas

douglas
@douglas
04/05/15 06:28:08AM
2,807 posts

Group Discussion Thread


Tips and Tricks

You'll want to use the jrCore_list function:

https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

You can look at the jrGroupDiscuss templates for the variables you will need inside your custom template.

Or you can just something like this:

{jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="10"}

which will use the modules templates instead of having to re-create them.
douglas
@douglas
04/05/15 06:01:31AM
2,807 posts

Events Listing the wrong way round again in Ningja


Using Jamroom

If you want them to show in a different order, then you'll want to modify the skins/jrNingja/index.tpl and change the order_by on the jrCore_list functions.

This is the code to look for:
{if $_conf.jrNingja_past_events == 'on'}
    {jrCore_list module="jrEvent" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{else}
    {jrCore_list module="jrEvent" search="event_date >= `$smarty.now`" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{/if}

Hope this helps!
douglas
@douglas
04/03/15 07:10:50AM
2,807 posts

Activity Not Showing


Ning To Jamroom

Your welcome.

I just added a video and didn't see any issues there either. I also removed the video so you won't see it.

Let us know if you see anymore issues.

Thanks!
douglas
@douglas
04/03/15 07:04:24AM
2,807 posts

Activity Not Showing


Ning To Jamroom

I just modified the three YouTube videos, I didn't change anything, and they are showing up in the timeline now.

When you created them, did you uncheck the add to timeline box?
douglas
@douglas
04/03/15 06:06:13AM
2,807 posts

Activity Not Showing


Ning To Jamroom

We would need admin access to take a look, can you send us that info?
douglas
@douglas
04/02/15 01:37:57PM
2,807 posts

Order By Star Ratings


Design and Skin Customization

See if this works for you:

{jrCore_list module="jrGallery" order_by="gallery_rating_overall_average_count NUMERICAL_DESC"  require_image="gallery_image" pagebreak=20 page=$_post.p pager=true template=$tpl}
douglas
@douglas
04/01/15 01:41:58PM
2,807 posts

Adding a menu the main menu of Projam5 Light


Design and Skin Customization

Yes, you'll want to create the new page template and then upload it via FTP.

So if you create a file named new-page.tpl and upload it to your skins/YOURSKIN directory, using and FTP program like Filezilla, then you can reach that page by pointing your browser to yoursite.com/new-page.

Hope this helps!
douglas
@douglas
04/01/15 09:05:45AM
2,807 posts

trouble with all skin images (title updates)


Ning To Jamroom

I believe the image was removed and the image name is linked to a lightbox image, but I'm seeing an issue with that. I'll get a ticket open.
  161